-
Notifications
You must be signed in to change notification settings - Fork 7.9k
tests: kernel: device: add missing node in hifive board overlays #96100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
3dc5395
to
052c5fa
Compare
ping @tbursztyka, this will help get less failures in weekly CI - thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls update the reg
property.
A follow-up to commit d6ce2f4 that introduced a new fakedeferdriver node in app.overlay, but due to how overlays are applied, the board specific overlay files also need to be updated to avoid build errors, as they override whatever app.overlay has. Signed-off-by: Benjamin Cabé <[email protected]>
052c5fa
to
5827df6
Compare
|
Changes is fine to fix the CI issues. In a longer run, we should refactor the overlays to have a "DRYer" solution. and avoid having to update overlays in multiple places. |
A follow-up to commit d6ce2f4 that introduced a new fakedeferdriver node in app.overlay, but due to how overlays are applied, the board specific overlay files also need to be updated to avoid build errors, as they override whatever app.overlay has.
Fixes a few errors caught in weekly CI
cc @ljd42